home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw304.zip / NOSGAS.ZIP / PUBLIC / MASTERS / STARTNOS.BAT < prev    next >
DOS Batch File  |  1993-01-14  |  1KB  |  41 lines

  1. REM ===============                                 NOSview [301]
  2. REM N:\STARTNOS.BAT
  3. REM ===============
  4.  
  5. @ECHO OFF
  6.  
  7. REM Remove the next 4 lines when you are ready to use NOS on-air.
  8.  
  9. ECHO  ...........................................................
  10. ECHO  ...........................................................
  11. ECHO    WARNING:  HAVE YOU TURNED OFF THE RADIO ?   
  12. ECHO  
  13.  
  14. REM   Before starting NOS, the PROMPT is changed to a special
  15. REM   flashing prompt.  This is for when you shell out of NOS;
  16. REM   the flashing prompt reminds you that you are not in the
  17. REM   the top-level shell.
  18. REM   The second PROMPT statement at the end of the script
  19. REM   restores the prompt to its original setting when you exit
  20. REM   NOS.
  21.  
  22. PROMPT $e[5mEXIT TO RETURN TO NOS $e[0m$e[44m$p$g$e[m
  23. REM COMSPEC=c:\command.com
  24.  
  25. REM   For DR-DOS, make unused video RAM available:
  26. REM   MEMMAX +v > NUL
  27.  
  28. IF EXIST Q:\*.LCK DEL Q:\*.LCK
  29.  
  30. N:
  31. N:\nos_20m.exe /autoexec.nos
  32.  
  33. REM   Finished with NOS.   For DR-DOS, restore video RAM:
  34. REM   MEMMAX -v > NUL
  35.  
  36. N:
  37. CD N:\
  38.  
  39. PROMPT $e[41m$p$g $e[m
  40. REM  SET COMSPEC=c:\command.com
  41.